File: mock_application.go

package info (click to toggle)
golang-github-twstrike-gotk3adapter 0.0~git20160819.0.3499960-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,228 kB
  • ctags: 2,195
  • sloc: ruby: 478; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
package glib_mock

type MockApplication struct {
	MockObject
}

func (*MockApplication) Quit() {}
func (*MockApplication) Run([]string) int {
	return 0
}