BonesUICompiler class

A Bones_UI project compiler. To run the UI tests the project must be compiled first.

Constructors

BonesUICompiler({Directory? projectDir, Directory? compileDir})

Properties

compileDir Directory
The compilation directory. Defaults to a random temporary directory (dart_test_bones_ui_*)
final
hashCode int
The hash code for this object.
no setterinherited
projectDir Directory
The project directory. Default: Directory.current
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
compile() Future<bool>
Compiles the project to compileDir.
linkWebDirToTestDir() bool
Links the content of the web/ directory to the test/ directory. This is need to allow proper loading of resources, since the browser runs the tests at the test/ directory.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepare() Future<void>
Prepares the compiler.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited