Skip to main content

Module adapters

Module adapters 

Source

Modules§

cpp
dotnet
elixir
go
java
javascript
php
python
ruby
rust
util
zig

Structs§

DetectionResult
What was detected about a project
TestCase
A single test case result
TestError
Error details for a failed test
TestRunResult
Complete result of a test run
TestSuite
A group of test cases (typically a file or class)

Enums§

TestStatus
Status of a single test case

Traits§

TestAdapter
Trait that each language adapter must implement