Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 2 of 3

iTestLAN is a small test suite for local area networks.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

J2me unit testingWhen using j2meunit, one has to manually enumerate and call the tests from inside the TestCase, as well as manually call all the TestCases from within a TestSuite. This is not only tedious but one can also easily forget to add a test or make a mistake in the test name that can ... [More] result in tests not being called. This tool generates a class that calls all test methods from all test cases in the project. This is completely automatic and is meant to be part of the build of the test midlet. This project aims to make unit testing for mobile devices as easy and robust as unit testing for the desktop. J2meunit generatorThe tool scans the given directory for all unit tests and generates a test suite that executes all the tests. The typical use is for the J2ME platform where there is no reflection support and without this tool one would have to enumerate all unit tests manually. Please take a look at the Example and don't hesitate to contact me in case of any questions or suggestions. Wojciech Mlynarczyk Using mavenAdd the following plugin to your pom file: ... com.googlecode.wmlynar j2meunit-generator-maven-plugin generate generate-sources com.googlecode.wmlynar.j2meunitgenerator.example.AllTests ${basedir}/src/main/java ${basedir}/src/main/java where testsDirectory is directory containing all the tests for example /src/testme/java, targetDirectory is the directory where the generated source code will reside for example also /src/testme/java, and the className is the name of the generated class for example pl.wmlynar.tests.AllTests Additional test suites can be generated by adding further testSuite blocks. Also add the plugin repository to the pom file: j2me-unit-testing http://j2me-unit-testing.googlecode.com/svn/mavenrepo Using the tool from the command lineThe tool can also be called from command line: java -jar j2meunit-generator-1.0-bin.jar --testsDir sdir --outputDir odir --generatedClassName namewhere similarly to maven plugin: sdir is directory containing all the tests for example /src/testme/java, odir is the directory where the generated source code should reside for example also /src/testme/java, and the name is the name of the generated class for example pl.wmlynar.tests.AllTests and the tool will generate a file /src/testme/java/pl/wmlynar/tests/AllTests.javaCalling from antJust use java ant task, for example: ExampleYou can take a look at the example provided with the source code. In order to compile the example you have to set the WTK_HOME environment variable pointing to the sun wireless toolkit. In my case it is: set WTK_HOME=c:\WTK2.5.2 [Less]

0
 
  0 reviews  |  0 users  |  1,786 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

testsuites

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 

This project is now hosted @ github: slickspeed

0
 
  0 reviews  |  0 users  |  2,711 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

The AutobahnTestsuite provides a fully automated test suite to verify client and server implementations of The WebSocket Protocol and The WebSocket Application Messaging Protocol (WAMP).

0
 
  0 reviews  |  0 users  |  5,132 lines of code  |  3 current contributors  |  Analyzed 6 days ago
 
 

This is an open (non-official) repository for submissions to the W3C CSS Conformance Test Suite. See http://csswg.inkedblade.net/test for more information.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

An re-write of James Ward's Census application (http://jamesward.com/census) to more fairly evaluate the performance of all the tested technologies and provide a simpler path to adding tests. See the GettingStarted page for the skinny on how to get up and running fast.

0
 
  0 reviews  |  0 users  |  12,876 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

The test suite was developed to collect libjingle file transfer protocol data, verify correctness, and show a performance comparison between PseudoTCP and JQTCP under various network conditions. The code was originally developed as an academic project for the Carnegie Mellon Master of Software ... [More] Engineering program. To get started, read the Setup. To browse the source code, visit the Source tab. - MSE team chop-chop [Less]

0
 
  0 reviews  |  0 users  |  8,223 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

This is the NIST DMIS Test Suite 2.2.1 for DMIS version 5.2. It includes all 98,305 conformance classes defined by standard conformance modules. It is designed to help users and vendors use version 5.2 of the Dimensional Measuring Interface Standard (DMIS) and to support DMIS conformance testing.

0
 
  0 reviews  |  0 users  |  285,821 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Aim: Test the performability of a host in TCP/IP networks. The code employs pcap to sniff packets on link layer on a given interface and sends crafted ones through a raw socket. Currently it covers TCP state machine and reliability test, by sending TCP segments with varying flags, options, in-order and out-of-order segments. Author: Nanjun Li

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.