Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An example with two parameters
rule forpoker tableante5$max bet

100$

...... 
Code Block
languagejava
public class PokerTableFixture {
   public PokerTableFixture(Ammount ante, Ammount maxBet)
   { ... }
}