Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
leleuj committed Feb 1, 2024
1 parent 82768d6 commit 35d5a2f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## Functional testing

```java
import com.casinthecloud.simpletest.cas.CasLogin;
import com.casinthecloud.simpletest.cas.CasValidate;
import com.casinthecloud.simpletest.execution.Execution;

import static com.casinthecloud.simpletest.util.Utils.*;

public class MainCAS {

public static void main(final String... args) throws Exception {
Expand Down Expand Up @@ -55,6 +61,9 @@ Execution ended and took: 304 ms
## Performance testing

```java
import com.casinthecloud.simpletest.cas.CasLogin;
import com.casinthecloud.simpletest.execution.Execution;

public class Main {

public static void main(final String... args) throws Exception {
Expand Down

0 comments on commit 35d5a2f

Please sign in to comment.