nz.ac.waikato.modeljunit.examples.gsm
Class GSM11ImplTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by nz.ac.waikato.modeljunit.examples.gsm.GSM11ImplTest
All Implemented Interfaces:
junit.framework.Test

public class GSM11ImplTest
extends junit.framework.TestCase


Constructor Summary
GSM11ImplTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          In case we want to run this JUnit test from the command line.
protected  void setUp()
           
 void testGSM11()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GSM11ImplTest

public GSM11ImplTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testGSM11

public void testGSM11()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
In case we want to run this JUnit test from the command line.

Throws:
java.lang.Exception


Copyright © 2009 ModelJUnit Project. All Rights Reserved.