KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > tc > test > UsingCorrect15JVMTest


1 /*
2  * All content copyright (c) 2003-2006 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
3  */

4 package com.tc.test;
5
6 /**
7  * By inheriting from {@link CorrectJVMTestBase}, checks that the VM that the buildsystem thinks it's running the tests
8  * with is the VM that it's *actually* running the tests with.
9  * </p><p>
10  * This class should be in a tree declared as using the 1.5 JVM; it's here to make sure the 1.5 JVM is correct.
11  */

12 public class UsingCorrect15JVMTest extends CorrectJVMTestBase {
13
14   // Nothing here; all test methods are inherited.
15

16 }
17
Popular Tags