Package eu.simuline.octave
Class TestOctave
- java.lang.Object
-
- eu.simuline.octave.TestOctave
-
public class TestOctave extends Object
Tests eu.simuline.octave.Octave.*
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
TestOctave.DestroyThread
Helper for TestOctaveprivate static class
TestOctave.DontCloseWriter
-
Constructor Summary
Constructors Constructor Description TestOctave()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
testConstructor()
Test advanced Constructor to Octave()void
testDestroy()
void
testExec()
Test method for reader=exec(reader)void
testExecute()
Test method for set(String,double), getScalar(), execute(String)void
testFileClose()
Test if files are closed by the Octave objectvoid
testOutputWithoutNewline()
Test
-
-
-
Method Detail
-
main
public static void main(String[] args)
- Parameters:
args
-
-
testExecute
public void testExecute() throws Exception
Test method for set(String,double), getScalar(), execute(String)- Throws:
Exception
-
testExec
public void testExec() throws Exception
Test method for reader=exec(reader)- Throws:
Exception
-
testConstructor
public void testConstructor() throws Exception
Test advanced Constructor to Octave()- Throws:
Exception
-
testFileClose
public void testFileClose() throws Exception
Test if files are closed by the Octave object- Throws:
Exception
-
testOutputWithoutNewline
public void testOutputWithoutNewline()
Test
-
-