Sequoia
|
Public Member Functions | |
template<class Test > requires (!std::is_same_v<Test, test_vessel> && concrete_test<Test>) | |
test_vessel (Test &&t) | |
test_vessel (const test_vessel &)=delete | |
test_vessel (test_vessel &&) noexcept=default | |
test_vessel & | operator= (const test_vessel &)=delete |
test_vessel & | operator= (test_vessel &&) noexcept=default |
const std::string & | name () const noexcept |
const test_summary_path & | summary_file_path () const noexcept |
std::filesystem::path | source_file () const |
std::filesystem::path | working_materials () const |
std::filesystem::path | predictive_materials () const |
bool | parallelizable () const noexcept |
log_summary | execute (std::optional< std::size_t > index) |
void | reset (const project_paths &projPaths, std::vector< std::filesystem::path > &materialsPaths) |