Sha256: 7107c5d16057ad2a3c8275c87e0c34ab8b11983cf9f78f14c4d08b4dcee50af8

Contents?: true

Size: 831 Bytes

Versions: 9

Compression:

Stored size: 831 Bytes

Contents

%h1 Component Tester
%p This is a tool that enables you to build and test Luca components in an isolated sandbox environment.  The editor is currently enabled with vim keybindings

%h3 Setup
%p This is where you setup any data requirements needed for the test to work.  This is run every time before the implementation code is ran.

%h3 Teardown
%p This is where you clean up after the tests.  This will be run every time after the implementation code is ran.

%h3 Definitions
%p This is where you define the component you will be testing.  This is usually the code you will be shipping once you have completed testing.

%h3 Implementation
%p This is where you create an instance of the component and specify any of the necessary configuration settings. The component will be rendered into the output panel of the component tester.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
luca-0.9.76 src/tools/templates/component_tester/help.luca
luca-0.9.7 src/tools/templates/component_tester/help.luca
luca-0.9.65 src/tools/templates/component_tester/help.luca
luca-0.9.6 src/tools/templates/component_tester/help.luca
luca-0.9.42 src/tools/templates/component_tester/help.luca
luca-0.9.4 src/tools/templates/component_tester/help.luca
luca-0.9.2 src/tools/templates/component_tester/help.luca
luca-0.9.1 src/tools/templates/component_tester/help.luca
luca-0.9.0 src/tools/templates/component_tester/help.luca