Documentation ¶
Overview ¶
Package example contains local Tast tests that demonstrate key features of Tast.
Index ¶
- func ARCFixture(ctx context.Context, s *testing.State)
- func BrowserWithNewChrome(ctx context.Context, s *testing.State)
- func ChromeDisplay(ctx context.Context, s *testing.State)
- func ChromeExtension(ctx context.Context, s *testing.State)
- func ChromeFixture(ctx context.Context, s *testing.State)
- func DBus(ctx context.Context, s *testing.State)
- func DataFiles(ctx context.Context, s *testing.State)
- func Fail(ctx context.Context, s *testing.State)
- func HWDeps(ctx context.Context, s *testing.State)
- func Keyboard(ctx context.Context, s *testing.State)
- func ManyParams(ctx context.Context, s *testing.State)
- func Param(ctx context.Context, s *testing.State)
- func Pass(ctx context.Context, s *testing.State)
- func Perf(ctx context.Context, s *testing.State)
- func Profiler(ctx context.Context, s *testing.State)
- func PublicVars(ctx context.Context, s *testing.State)
- func Run(ctx context.Context, s *testing.State)
- func RuntimeVars(ctx context.Context, s *testing.State)
- func SecretVars(ctx context.Context, s *testing.State)
- func Touch(ctx context.Context, s *testing.State)
- func UIFaillog(ctx context.Context, s *testing.State)
- type ChromeService
- func (c *ChromeService) Close(ctx context.Context, req *empty.Empty) (*empty.Empty, error)
- func (c *ChromeService) EvalOnTestAPIConn(ctx context.Context, req *example.EvalOnTestAPIConnRequest) (*example.EvalOnTestAPIConnResponse, error)
- func (c *ChromeService) New(ctx context.Context, req *empty.Empty) (*empty.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChromeService ¶
type ChromeService struct {
// contains filtered or unexported fields
}
ChromeService implements tast.cros.example.ChromeService.
func (*ChromeService) EvalOnTestAPIConn ¶
func (c *ChromeService) EvalOnTestAPIConn(ctx context.Context, req *example.EvalOnTestAPIConnRequest) (*example.EvalOnTestAPIConnResponse, error)
Source Files ¶
- arc_fixture.go
- browser_with_new_chrome.go
- chrome_display.go
- chrome_extension.go
- chrome_fixture.go
- chrome_service.go
- data_files.go
- dbus.go
- doc.go
- fail.go
- hwdeps.go
- keyboard.go
- many_params.go
- param.go
- pass.go
- perf.go
- profiler.go
- public_vars.go
- run.go
- runtime_vars.go
- secret_vars.go
- touch.go
- ui_faillog.go
Click to show internal directories.
Click to hide internal directories.