Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 830 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 830 Bytes

streamsx.test

Utilities to allow testing of IBM Streams applications, toolkits, operators and functions.

Application testing

  • To be added.

Java Mock Operator Framework

The mock framework allows unit testing of Java primitive operators using standard Java unit test frameworks such as JUnit.

The mock framework is part of the IBM Streams product.

Samples of it use are provided in the Java package com.ibm.streamsx.test.samples.javaprimitives.tests with source code under samples/java/src. JUnit 4 is used as the test framework.