tygerpatch / Pepper

An acceptance test tool based on JBehave and Cucumber that runs through JUnit.
0 stars 0 forks source link

placeholders for primitive values #2

Open tygerpatch opened 11 years ago

tygerpatch commented 11 years ago

User should be able to create placeholders for all primitive values (including String). Currently you can only create placeholders for int values.

tygerpatch commented 11 years ago

This is mostly fixed. Just need to work on placeholders for String values.