br.org.agilcoop.cursos.testes.introducao
Class SetUpTearDownTest

java.lang.Object
  extended by br.org.agilcoop.cursos.testes.introducao.SetUpTearDownTest

public class SetUpTearDownTest
extends java.lang.Object


Constructor Summary
SetUpTearDownTest()
           
 
Method Summary
 void after()
           
static void afterClass()
           
static void beforeClass()
           
 void setUp()
           
 void teste1()
           
 void teste2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetUpTearDownTest

public SetUpTearDownTest()
Method Detail

beforeClass

public static void beforeClass()

afterClass

public static void afterClass()

setUp

public void setUp()

after

public void after()

teste1

public void teste1()

teste2

public void teste2()


Copyright © 2009. All Rights Reserved.