Package org.apache.turbine.annotation
Class AnnotatedMethodsTest
- java.lang.Object
-
- org.apache.turbine.annotation.AnnotatedMethodsTest
-
public class AnnotatedMethodsTest extends Object
Test class for AnnotatedMethodsTest to test method fields annotation
-
-
Constructor Summary
Constructors Constructor Description AnnotatedMethodsTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAssemblerBrokerService(AssemblerBrokerService df)static voidsetPullService(PullService pullService)static voidsetup()static voidtearDown()voidtestProcessingPerformance()
-
-
-
Constructor Detail
-
AnnotatedMethodsTest
public AnnotatedMethodsTest()
-
-
Method Detail
-
setup
@BeforeAll public static void setup()
-
tearDown
@AfterAll public static void tearDown()
-
setAssemblerBrokerService
public void setAssemblerBrokerService(AssemblerBrokerService df)
-
setPullService
public static void setPullService(PullService pullService)
-
testProcessingPerformance
@Tag("performance") @Test public void testProcessingPerformance() throws TurbineException- Throws:
TurbineException
-
-