| Interface and Description |
|---|
| com.tngtech.jgiven.annotation.CaseDescriptionProvider
since 0.15.0 please use
CaseAsProvider |
| Class and Description |
|---|
| com.tngtech.jgiven.config.AbstractJGivenConfiguraton
use correctly spelled class
AbstractJGivenConfiguration instead |
| Annotation Type and Description |
|---|
| com.tngtech.jgiven.annotation.CaseDescription |
| com.tngtech.jgiven.annotation.NotImplementedYet
use
Pending instead |
| Field and Description |
|---|
| com.tngtech.jgiven.attachment.MediaType.PLAIN_TEXT
use PLAIN_TEXT_UTF_8 instead
|
| Constructor and Description |
|---|
| com.tngtech.jgiven.attachment.MediaType(MediaType.Type, String, boolean)
please use static factory methods instead
|
| Annotation Type Element and Description |
|---|
| com.tngtech.jgiven.annotation.IsTag.type
use
IsTag.name() instead |