Guest User

Untitled

a guest
Feb 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. [Test]
  2. public function initialiseSetsUpModelStateAndMap():void
  3. {
  4. var model:Model = new Model();
  5. var state:State = new State();
  6. var map:Dictionary = new Dictionary();
  7.  
  8. initialise(model, state, map);
  9.  
  10. assertThat(_model, strictlyEqualTo(model));
  11. assertThat(_state, strictlyEqualTo(state));
  12. assertThat(_pageMap, strictlyEqualTo(map));
  13. }
Add Comment
Please, Sign In to add comment