Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCompiler ¶
type FakeCompiler struct {
CompileErr error
CompileCallCount int
Output string
Unobserved []string
}
FakeCompiler is a mock implementation of the gobuild.Compiler interface.
func (*FakeCompiler) CompileProgram ¶
func (f *FakeCompiler) CompileProgram() error
CompileProgram mocks the CompileProgram method.
func (*FakeCompiler) FinalOutputPath ¶
func (f *FakeCompiler) FinalOutputPath() string
FinalOutputPath mocks the FinalOutputPath method.
func (*FakeCompiler) UnobservedFiles ¶
func (f *FakeCompiler) UnobservedFiles() []string
UnobservedFiles mocks the UnobservedFiles method.
Click to show internal directories.
Click to hide internal directories.