(ctx context.Context, name string, content *godog.DocString)
| 828 | } |
| 829 | |
| 830 | func createTrackBundleFile(ctx context.Context, name string, content *godog.DocString) (context.Context, error) { |
| 831 | return createGenericFile(ctx, name, content) |
| 832 | } |
| 833 | |
| 834 | // theLogOutputShouldContain checks if the log output (stderr) contains the expected text |
| 835 | func theLogOutputShouldContain(ctx context.Context, expected string) error { |
nothing calls this directly
no test coverage detected