Class org.lightningj.paywall.JSONParsableSpec
|
100%
successful |
Tests
| Test | Duration | Result |
|---|---|---|
| Verify addNotRequired and get<Type>IfSet works as expected | 0.017s | passed |
| Verify that add() throws JsonException if required value is null | 0.001s | passed |
| Verify that all get<Type> method throws JsonException if required but not set | 0.001s | passed |
| Verify that getDate throws JsonException if for invalid date string | 0s | passed |
| Verify toJsonAsString and toJson | 0.001s | passed |