Beispiel #1
0
        private void we_have_a_test_recording_as_xml()
        {
            recorder.ClearRecordings();
            addressBook.GetAllContacts("some filter");

            recording = writer.CreateXml(recorder.MethodRecordings[0]);
        }
Beispiel #2
0
 private void we_have_an_xml_recording_with_external_dependency()
 {
     recorder.ClearRecordings();
     addressBook.GetAllContacts();
     we_should_be_able_to_format_the_recording_as_XML();
 }