Commit e6d3d4386cc387c0f8e6c8ba1a7e545c76ced552

  • avatar
  • Glyn Normington <glyn.normington @spring…urce.com>
  • Fri Feb 26 11:14:16 GMT 2010
EPL
  • Diff rendering mode:
  • inline
  • side by side

com.springsource.server.svt.cleanstart/src/test/java/com/springsource/server/svt/AbstractWebTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt;12package com.springsource.server.svt;
2013
21import static org.junit.Assert.assertTrue;14import static org.junit.Assert.assertTrue;

com.springsource.server.svt.cleanstart/src/test/java/com/springsource/server/svt/UrlWaitLatch.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt;12package com.springsource.server.svt;
2013
21import static org.junit.Assert.fail;14import static org.junit.Assert.fail;

com.springsource.server.svt.cleanstart/src/test/java/com/springsource/server/svt/additional/DebugModeStartTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.additional;12package com.springsource.server.svt.additional;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt.cleanstart/src/test/java/com/springsource/server/svt/additional/DeploymentTimeOutTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.additional;12package com.springsource.server.svt.additional;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt.cleanstart/src/test/java/com/springsource/server/svt/cleanstart/VerificationOfAdditionAndRemovalOfBundlesInTheRepositoryTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.cleanstart;12package com.springsource.server.svt.cleanstart;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt.cleanstart/src/test/java/com/springsource/server/svt/cleanstart/VerificationOfPreventionOfRedeploymentOfFormTagsAppDeployedThroughAdminConsoleAfterCleanStartTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.cleanstart;12package com.springsource.server.svt.cleanstart;
2013
21import static org.junit.Assert.assertFalse;14import static org.junit.Assert.assertFalse;

com.springsource.server.svt.cleanstart/src/test/java/com/springsource/server/svt/cleanstart/VerificationOfRemovalOfWorkAndServiceabilityDirectoriesUponCleanStartTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
1911
20package com.springsource.server.svt.cleanstart;12package com.springsource.server.svt.cleanstart;
2113

com.springsource.server.svt.cleanstart/src/test/java/com/springsource/server/svt/configadmin/ConfigAdminTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.configadmin;12package com.springsource.server.svt.configadmin;
2013
21import org.junit.Test;14import org.junit.Test;

com.springsource.server.svt.cleanstart/src/test/java/com/springsource/server/svt/hostedrepo/LocalHostedRepositoryTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.hostedrepo;12package com.springsource.server.svt.hostedrepo;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt.cleanstart/src/test/java/com/springsource/server/svt/hostedrepo/RemoteHostedRepositoryOtherThan8080Tests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.hostedrepo;12package com.springsource.server.svt.hostedrepo;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt.cleanstart/src/test/java/com/springsource/server/svt/hostedrepo/RemoteHostedRepositoryTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.hostedrepo;12package com.springsource.server.svt.hostedrepo;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt.cleanstart/src/test/java/com/springsource/server/svt/watchrepo/WatchedRepositoryTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.watchrepo;12package com.springsource.server.svt.watchrepo;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/AbstractWebTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt;12package com.springsource.server.svt;
2013
21import static org.junit.Assert.assertTrue;14import static org.junit.Assert.assertTrue;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/UrlWaitLatch.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
1911
20package com.springsource.server.svt;12package com.springsource.server.svt;
2113

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/AdminConsoleAppTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
1911
20package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2113

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/BundleArtifactDeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/BundleArtifactRefreshTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/BundleArtifactRenderTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertNotNull;14import static org.junit.Assert.assertNotNull;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/BundleArtifactStartAndStopTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/BundleArtifactUninstallTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertFalse;14import static org.junit.Assert.assertFalse;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/ConfigurationArtifactDeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/ConfigurationArtifactRefreshTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertNotNull;14import static org.junit.Assert.assertNotNull;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/ConfigurationArtifactRenderTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertNotNull;14import static org.junit.Assert.assertNotNull;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/ConfigurationArtifactStartAndStopTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/ConfigurationArtifactUninstallTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertFalse;14import static org.junit.Assert.assertFalse;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/ParArtifactDeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/ParArtifactRefreshTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/ParArtifactRenderTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertNotNull;14import static org.junit.Assert.assertNotNull;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/ParArtifactStartAndStopTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/ParArtifactUninstallTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertFalse;14import static org.junit.Assert.assertFalse;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/PlanArtifactDeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/PlanArtifactRefreshTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/PlanArtifactRenderTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertNotNull;14import static org.junit.Assert.assertNotNull;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/PlanArtifactStartAndStopTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminconsole/PlanArtifactUninstallTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.adminconsole;12package com.springsource.server.svt.adminconsole;
2013
21import static org.junit.Assert.assertFalse;14import static org.junit.Assert.assertFalse;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/adminmetadata/ServerAdminMetadataTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
1911
20package com.springsource.server.svt.adminmetadata;12package com.springsource.server.svt.adminmetadata;
2113

com.springsource.server.svt/src/test/java/com/springsource/server/svt/configadmin/AddPropertyFilesForConfigAdminTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.configadmin;12package com.springsource.server.svt.configadmin;
2013
21import java.io.File;14import java.io.File;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/dumpinspector/DumpInspectorTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.dumpinspector;12package com.springsource.server.svt.dumpinspector;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/par/repository/PlanDeployReferencesParArtifactFromRepository.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.par.repository;12package com.springsource.server.svt.par.repository;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/pickup/BundleArtifactPickupDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.pickup;12package com.springsource.server.svt.pickup;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/pickup/ConfigurationArtifactPickupDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.pickup;12package com.springsource.server.svt.pickup;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/pickup/ParArtifactPickupDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.pickup;12package com.springsource.server.svt.pickup;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/pickup/PlanArtifactPickupDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.pickup;12package com.springsource.server.svt.pickup;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/rfc66/Rfc66Servlet24WarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.rfc66;12package com.springsource.server.svt.rfc66;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/rfc66/Rfc66Servlet25WarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.rfc66;12package com.springsource.server.svt.rfc66;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/ActiveMQWarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/FormTagsDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/FormTagsEmailParDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/GrailsWarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/GreenPagesParDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/GroovyWarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/HelloWorldSharedServicesWarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/InstrumentedSpringTravelWarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
1911
20package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2113

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/JPetStoreWarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/JamWikiWarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/PetclinicDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/PetclinicHibernateJpaWarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/PetclinicOpenJpaWarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/PetclinicPlanDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/SpringTravelJSFWarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/SpringTravelParDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/SpringTravelSpringFacesWarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/SpringTravelSpringMvcAndWebFlowWarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/StrutsFrameworkWarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/WarEmailDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/WebWorkWarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/samples/WicketFrameworkWarDeployAndUndeployTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.samples;12package com.springsource.server.svt.samples;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/startclean/AddAndRemoveBundlesToRepositoryTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.startclean;12package com.springsource.server.svt.startclean;
2013
21import java.io.File;14import java.io.File;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/startclean/CopyTempFilesToWorkAndServiceabilityDirectoriesForCleanStartTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.startclean;12package com.springsource.server.svt.startclean;
2013
21import static org.junit.Assert.assertTrue;14import static org.junit.Assert.assertTrue;

com.springsource.server.svt/src/test/java/com/springsource/server/svt/startclean/FormTagsDeploymentForCleanStartVerificationTests.java

1/*
2 * This file is part of the SpringSource dm Server.
3 *
4 * Copyright (C) 2008, 2009 SpringSource Inc.
5 *
6 * The SpringSource dm Server is free software: you can redistribute it
7 * and/or modify it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * The SpringSource dm Server is distributed in the hope that it will be
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 * License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
18 */
1/*******************************************************************************
2 * Copyright (c) 2008, 2010 VMware Inc.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * VMware Inc. - initial contribution
10 *******************************************************************************/
11
19package com.springsource.server.svt.startclean;12package com.springsource.server.svt.startclean;
2013
21import static org.junit.Assert.assertEquals;14import static org.junit.Assert.assertEquals;

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment