Package jtermios.testsuite
Class TestBase
- java.lang.Object
-
- jtermios.testsuite.TestBase
-
public class TestBase extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static intm_Progressprotected static intm_Tabprotected static Stringm_TestPortName
-
Constructor Summary
Constructors Constructor Description TestBase()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetPortName()static voidinit(String[] args)static voidS(int result)static voidS(int result, String msg)protected static voidsleep(int t)
-
-
-
Field Detail
-
m_TestPortName
protected static volatile String m_TestPortName
-
m_Tab
protected static int m_Tab
-
m_Progress
protected static int m_Progress
-
-
Method Detail
-
S
public static void S(int result) throws jtermios.testsuite.TestFailedException- Throws:
jtermios.testsuite.TestFailedException
-
S
public static void S(int result, String msg) throws jtermios.testsuite.TestFailedException- Throws:
jtermios.testsuite.TestFailedException
-
sleep
protected static void sleep(int t) throws InterruptedException- Throws:
InterruptedException
-
init
public static void init(String[] args)
-
getPortName
public static String getPortName()
-
-