Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
Document Assert::throws()
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Sep 20, 2020
1 parent 1a4cf28 commit 98683b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public abstract class unittest.Assert {
public static void false(var $actual, string $error)
public static void null(var $actual, string $error)
public static void instance(string|lang.Type $type, var $actual, string $error)
public static void throws(string|lang.Type $type, callable $block)
}
```

Expand Down

0 comments on commit 98683b3

Please sign in to comment.