java.lang.Object
de.softwareforge.testing.postgres.junit5.Junit5InstanceMemberTest
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class)
public class Junit5InstanceMemberTest
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
Junit5InstanceMemberTest
public Junit5InstanceMemberTest()
-
Method Details
-
testTableCreation
@Test
@Order(1)
public void testTableCreation()
throws
Exception
- Throws:
Exception
-
testTableExists
@Test
@Order(2)
public void testTableExists()
throws
Exception
- Throws:
Exception