linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

Which one of the following statements is NOT true about Spring testing annotation?

@Repeat(5): This indicates that a test method has to run 5 times.
@Timed: This indicates that a test method must complete in a specified time period
@IfProfileValue:specifies testing environment of the testing method. Only one environment can be specified
@ExpectedException: This indicates that test method suppose to throw certain exception

Answer:
@IfProfileValue:specifies testing environment of the testing method. Only one environment can be specified

Note: This Question is unanswered, help us to find answer for this one