ecologylab / simplJava

S.IM.PL Project containing implementations for sun java / android java and requisite tests.
2 stars 4 forks source link

Design a set of mathematical test cases for the number scalar types #99

Open ghost opened 11 years ago

ghost commented 11 years ago
  1. Keep an eye out for overflow, other invariants.
  2. Makes sure that the nubmers get ported to their idiomatic equivilants.

General flow:

Operation, LHS, RHS. (Strings)

ScalarType.unmarshal LHS (OPERATION) ScalarType.unmarshal RHS => RESULT

Send result up and validate result. Expect certain things.