Package ch.bailu.gtk.glib
Schnittstelle TestTrapFlags
public interface TestTrapFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intDefault behaviour.static final intIf this flag is given, stdin of the
child process is shared with stdin of its parent process.static final intRedirect stderr of the test child to
`/dev/null` so it cannot be observed on the console during test
runs.static final intRedirect stdout of the test child to
`/dev/null` so it cannot be observed on the console during test
runs.
-
Felddetails
-
DEFAULT
static final int DEFAULTDefault behaviour. Since: 2.74- Siehe auch:
-
SILENCE_STDOUT
static final int SILENCE_STDOUTRedirect stdout of the test child to
`/dev/null` so it cannot be observed on the console during test
runs. The actual output is still captured though to allow later
tests with g_test_trap_assert_stdout().- Siehe auch:
-
SILENCE_STDERR
static final int SILENCE_STDERRRedirect stderr of the test child to
`/dev/null` so it cannot be observed on the console during test
runs. The actual output is still captured though to allow later
tests with g_test_trap_assert_stderr().- Siehe auch:
-
INHERIT_STDIN
static final int INHERIT_STDINIf this flag is given, stdin of the
child process is shared with stdin of its parent process.
It is redirected to `/dev/null` otherwise.- Siehe auch:
-