Package gov.nasa.pds.mypackage
Class MyTest
- java.lang.Object
-
- gov.nasa.pds.mypackage.MyTest
-
public class MyTest extends Object
My test. This is an example test class, showing off an example test.
-
-
Constructor Summary
Constructors Constructor Description MyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testSomething()
Test something.
-