test: add empty test classes for BankAccount concurrency and deadlock scenarios
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package banking;
|
||||
|
||||
public class TestA {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package banking;
|
||||
|
||||
public class TestB {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package banking;
|
||||
|
||||
public class TestC {
|
||||
}
|
||||
Reference in New Issue
Block a user