Package psiprobe.beans.accessors
Class OracleUcpDatasourceAccessorTest
java.lang.Object
psiprobe.beans.accessors.OracleUcpDatasourceAccessorTest
The Class OracleUcpDatasourceAccessorTest.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
before()
Before.void
Can map test.void
Can map XA test.void
Cannot map test.void
Gets the info test.
-
Constructor Details
-
OracleUcpDatasourceAccessorTest
public OracleUcpDatasourceAccessorTest()
-
-
Method Details
-
before
@BeforeEach public void before()Before. -
canMapTest
@Test public void canMapTest()Can map test. -
canMapXATest
@Test public void canMapXATest()Can map XA test. -
cannotMapTest
@Test public void cannotMapTest()Cannot map test. -
getInfoTest
Gets the info test.- Throws:
Exception
- the exception
-