Package com.singularsys.jeptests.system
Class ThreadTest
- java.lang.Object
-
- com.singularsys.jeptests.system.ThreadTest
-
public class ThreadTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ThreadTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgo(java.lang.String expression, int nThreads)voidgo2(java.lang.String expression, int nThreads)voidtestConvertSpeed()voidtestDoc1()voidtestDoc2()voidtestImportation()voidtestThreads()voidtestThreadSafeEvaluator()
-
-
-
Method Detail
-
testThreads
public void testThreads() throws java.lang.Exception- Throws:
java.lang.Exception
-
testImportation
public void testImportation() throws java.lang.Exception- Throws:
java.lang.Exception
-
testThreadSafeEvaluator
public void testThreadSafeEvaluator() throws java.lang.Exception- Throws:
java.lang.Exception
-
testConvertSpeed
public void testConvertSpeed() throws java.lang.Exception- Throws:
java.lang.Exception
-
go
public void go(java.lang.String expression, int nThreads) throws JepException- Throws:
JepException
-
testDoc1
public void testDoc1() throws java.lang.Exception- Throws:
java.lang.Exception
-
go2
public void go2(java.lang.String expression, int nThreads) throws JepException- Throws:
JepException
-
testDoc2
public void testDoc2() throws java.lang.Exception- Throws:
java.lang.Exception
-
-