Home
last modified time | relevance | path

Searched refs:appTest (Results 1 – 11 of 11) sorted by relevance

/dports/devel/taskctl/taskctl-1.4.2/cmd/taskctl/
H A Dtaskctl_test.go17 type appTest struct { struct
29 func runAppTest(app *cli.App, test appTest, t *testing.T) { argument
101 runAppTest(app, appTest{
108 tests := []appTest{
H A Drun_test.go6 tests := []appTest{
25 tests := []appTest{
H A Dinit_test.go21 runAppTest(app, appTest{args: []string{"", "init", "--dir", dir}, stdin: confirm}, t)
38 …runAppTest(app, appTest{args: []string{"", "init", "--dir", dir}, stdin: confirm, errored: true}, …
H A Dvalidate_test.go8 tests := []appTest{
H A Dshow_test.go8 tests := []appTest{
H A Dcompletion_test.go8 tests := []appTest{
H A Dgraph_test.go10 tests := []appTest{
H A Dlist_test.go8 tests := []appTest{
H A Dwatch_test.go12 tests := []appTest{
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/TestSuite/Coverage/
H A DBaseCoverageReport.php45 public $appTest = false; variable in BaseCoverageReport
81 $this->appTest = true;
105 if ($this->appTest) {
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Test/Case/TestSuite/
H A DHtmlCoverageReportTest.php54 $this->Coverage->appTest = false;
58 $this->Coverage->appTest = true;
62 $this->Coverage->appTest = false;