BAEL3236 throwing Exception in TCs
This commit is contained in:
parent
f52e3c9e60
commit
f80bb7698c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user