Skip to main content

Crate rust_ev_verifier_application_lib

Crate rust_ev_verifier_application_lib 

Source
Expand description

Crate implementing common functionalities for all Verifier applications (console and GUI)

Following functionalities are provided

  • runner::Runner provides the possibility to run all the verifications
  • extract provides the functionalities to extract the zip files
  • run_information::RunInformation stores all the information about the current running
  • report provides the possibility to report the actual stituation

Modules§

report

Structs§

ExtractDataSetResults
RunInformation
This structure contains all the information about the actual run.
RunParallel
Strategy to run the tests concurrently
RunSequential
Strategy to run the tests sequentially
Runner
Structure defining the runner
RunnerError
Error during the runner
RunnerInformation
Information of the runner, that can be used to know some information about the runner.
VerificationRunInformation
Srtucture to collect the information of the run of a verification

Functions§

no_action_after_fn
no_action_after_runner_fn
no_action_before_fn
no_action_before_runner_fn