Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up@Tested: add support for automatic injection of a javax.enterprise.context.Conversation object #207
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a fully initialized @tested class has a field of type Conversation (https://docs.oracle.com/javaee/6/api/javax/enterprise/context/Conversation.html), then it should receive a conversation object which emulates the conversation context, for ease of testing.