Login
Remember
Register
Ask a Question
_____ is a class level annotation to indicate the Application context for the test that will be Web application context.
0
votes
asked
Feb 12, 2020
in
JAVA
by
rahuljain1
_____ is a class level annotation to indicate the Application context for the test that will be Web application context.
@RestApplication
@ServersideConfiguration
@JsonConfiguration
@WebAppConfiguration
#junit-application
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 13, 2020
by
SakshiSharma
@WebAppConfiguration
...