Skip to content

YuriiChukhrai/tn5250j

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tn5250j

Meant to simplify Functional Integration Tests with FitNesse on systems that handle 5250 terminals. Image

Usage

The Maven pom.xml takes care of running FitNesse with the correct classpath.

$ mvn integration-test -Dusername={username} -Dpassword={password}

Use com.hoek.tn5250.TerminalDriver to drive terminal screens.

Origin

Source from 0.7.0 pulled from SourceForge, and converted to Maven project.

Issues

DataStreamProducer does not handle doubling IAC (0xFF, Interpret As Command) bytes properly.

FAIL 0000:  03 ff ff 12 a0 00 00 04
...
GOOD 0000:  00 11 12 a0 00 00 04 00

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%