org.jboss.weld.environment.servlet.test.examples
Class ExampleTestBase

java.lang.Object
  extended by org.jboss.weld.environment.servlet.test.examples.ExampleTestBase

public class ExampleTestBase
extends Object


Constructor Summary
ExampleTestBase()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.WebArchive deployment()
           
 void testGameGenerator(Game game1, Game game2, Generator generator1, Generator generator2)
           
 void testSentenceTranslator(TextTranslator textTranslator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleTestBase

public ExampleTestBase()
Method Detail

deployment

public static org.jboss.shrinkwrap.api.spec.WebArchive deployment()

testGameGenerator

public void testGameGenerator(Game game1,
                              Game game2,
                              Generator generator1,
                              Generator generator2)
                       throws Exception
Throws:
Exception

testSentenceTranslator

public void testSentenceTranslator(TextTranslator textTranslator)


Copyright © 2013 Seam Framework. All Rights Reserved.