Name values meaningfully

If a value has an important meaning, make that meaning clear e.g

  Foo testee = new Foo(PERFORM_VALIDATION);

instead of

  Foo testee = new Foo(true);