BAEL3236 throwing Exception in TCs

This commit is contained in:
Chirag Dewan 2019-11-03 10:39:05 +05:30
parent f52e3c9e60
commit f80bb7698c
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ class SampleExecutionTimeUnitTest {
}
// @Test
// void someIntegrationTest() throws InterruptedException {
// void someIntegrationTest() throws Exception {
//
// //simulate an operation that may take 5 seconds
// Thread.sleep(5000);
@ -23,7 +23,7 @@ class SampleExecutionTimeUnitTest {
// }
//
// @Test
// void someEndToEndTest() throws InterruptedException {
// void someEndToEndTest() throws Exception {
//
// //simulate an operation that may take 10 seconds
// Thread.sleep(10000);