Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
skip.h
Go to the documentation of this file.
1#pragma once
2
5#include <Specs/SpecDone.h>
6
8
9 inline void skip() {
11 SpecDataValue::create("skip", true)
12 );
13 }
14}
static GlobalSpecGroup & instance()
void add_meta_data_for_next_component(ISpecDataValue *value)
static ISpecDataValue * create(const char *key, bool value)