Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ CaseResult
Class
CaseResult
scripts/website/test_redirects.py:49–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
48
@dataclasses.dataclass
49
class
CaseResult:
50
case: Case
51
ok: bool
52
actual_status: int | None
53
actual_location: str | None
54
error: str | None = None
55
56
57
REQUIRED_CASES = [
Callers
1
check_case
Function · 0.85
Calls
no outgoing calls
Tested by
1
check_case
Function · 0.68