Shop OBEX P1 Docs P2 Docs Learn Events
PropIt - a test environment for Spin/PASM objects — Parallax Forums

PropIt - a test environment for Spin/PASM objects

KaioKaio Posts: 253
edited 2008-01-24 00:14 in Propeller 1
Hi all,

I had the need for automated testing of a complex coding. So I have programmed a test environment according to JUnit. It can be used for testing Spin objects, also if it contains PASM. It is easy to use and uses PropTerminal by default to display the test results. A documentation of usage is contained in the Spin file of PropIt and also a demo is included.

I will look forward to your comments and suggestions.

Thomas


You will find the lastest version always here.

Post Edited (Kaio) : 1/24/2008 12:12:28 AM GMT

Comments

  • KaioKaio Posts: 253
    edited 2008-01-16 21:37
    I have found the first bug in this little tool. smilewinkgrin.gif

    I was using '!' instead of 'not' to negate a condition. This is now fixed. You can find the changes in the post above.

    Thomas
  • KaioKaio Posts: 253
    edited 2008-01-24 00:14
    Here is the next release.

    Now it provides measurement of the execution time for each test case. So you can use PropIt also to compare the runtime performance of different implementations of your code.

    Perhaps it is now a tool what you would like.

    Thomas
Sign In or Register to comment.