Class HelpersTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
io.cryptolens.HelpersTest
All Implemented Interfaces:
junit.framework.Test

public class HelpersTest extends junit.framework.TestCase
Unit test for simple App.
  • Constructor Summary

    Constructors
    Constructor
    Description
    HelpersTest(String testName)
    Create the test case
  • Method Summary

    Modifier and Type
    Method
    Description
    static junit.framework.Test
     
    void
    Rigourous Test :-)
    void
     

    Methods inherited from class junit.framework.TestCase

    assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • HelpersTest

      public HelpersTest(String testName)
      Create the test case
      Parameters:
      testName - name of the test case
  • Method Details

    • suite

      public static junit.framework.Test suite()
      Returns:
      the suite of tests being tested
    • testApp

      public void testApp()
      Rigourous Test :-)
    • testMachineCode

      public void testMachineCode() throws IOException
      Throws:
      IOException