Skip to content

Commit

Permalink
Add unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
chiranSachintha committed May 13, 2024
1 parent 45ac957 commit 141c255
Show file tree
Hide file tree
Showing 4 changed files with 436 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ public void testLargeMethods3() {
BRunUtil.runMain(testLargeMethods3Result);
}

public void testLargeMethods4() {
BCompileUtil.compile("test-src/jvm/largeMethods4");
}

@Test
public void testLargeNumberOfListeners() {
CompileResult compileResult = BCompileUtil.compile("test-src/jvm/large-number-of-listeners.bal");
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target
Dependencies.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build-options]
observabilityIncluded = false

[package]
org = "testOrg"
name = "largeMethods4"
version = "0.1.0"
Loading

0 comments on commit 141c255

Please sign in to comment.