public
Description: BDD for OpenLaszlo.
Clone URL: git://github.com/osteele/lztestkit.git
lztestkit / examples / test-expect.lzx
100644 13 lines (11 sloc) 0.306 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- Copyright 2008 by Oliver Steele. Available under the MIT License. -->
<canvas debug="true">
  <include href="../src/library.lzx"/>
 
  <TestSuite>
    <TestCase>
      <method name="testValues"><![CDATA[
        value(1).should.be.equal(2);
      ]]></method>
    </TestCase>
  </TestSuite>
</canvas>