| Class and Description |
|---|
| org.apache.camel.test.TestSupport
Support for JUnit 3.x is slated for removal in Camel 3.x. You are encouraged to move to
JUnit 4.x based tests. See
TestSupport. |
| Method and Description |
|---|
| org.apache.camel.test.junit4.TestSupport.faultBodyAs(Class<T>)
use
bodyAs(Class) |
| org.apache.camel.test.junit4.TestSupport.isJava15()
will be removed in the future as Camel requires JDK1.8+
|
| org.apache.camel.test.junit4.TestSupport.isJava16()
will be removed in the future as Camel requires JDK1.8+
|
| org.apache.camel.test.junit4.TestSupport.isJava17()
will be removed in the future as Camel requires JDK1.8+
|
| org.apache.camel.test.junit4.CamelTestSupport.isLazyLoadingTypeConverter() |
| org.apache.camel.test.junit4.TestSupport.outBody()
use
body() |
| org.apache.camel.test.junit4.TestSupport.outBodyAs(Class<T>)
use
bodyAs(Class) |
| org.apache.camel.test.junit4.TestSupport.property(String) |
| org.apache.camel.test.junit4.TestSupport.unwrap(Processor) |
| org.apache.camel.test.junit4.TestSupport.unwrapChannel(Processor) |
Apache Camel