Package solvcon :: Package tests :: Module test_solver :: Class TestBlock
[hide private]
[frames] | no frames]

Class TestBlock

source code


Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
test_simplex(self) source code
 
test_incenter(self) source code
 
test_debug(self) source code
 
test_create(self) source code
 
test_bound_full(self) source code
 
test_unbound_full(self) source code
 
test_neq(self) source code
 
test_blkn(self) source code
 
test_metric(self) source code
 
test_solution(self) source code
 
_run_solver(self, time, time_increment, nsteps) source code
 
test_soln(self) source code
 
test_dsoln(self) source code

Inherited from unittest.TestCase: __call__, __eq__, __hash__, __init__, __ne__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertFalse, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, setUp, shortDescription, tearDown

Inherited from unittest.TestCase (private): _exc_info

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]
 
_get_solver(cls, init=True) source code
Static Methods [hide private]
 
_get_block() source code
Class Variables [hide private]
  neq = 1
  time = 0.0
  time_increment = 1.0
  nsteps = 10
Properties [hide private]

Inherited from object: __class__