b'/ID[<bd69a44de9a29d7e91e5d6b22f6e476a><4077488400e06817e756ee44ba508975>]'
b'/OpenAction [ 209 0 R /XYZ null null null ] '
b'/PageMode /UseOutlines '
b'<< /S 99 /O 338 /E 354 /L 370 /Filter /FlateDecode /Length 311 0 R >> '
113
H�|��+�a�_��-�ds�E�ԔH�M��"Fc?ZԊ�H� sq@�vW9p��qj��
b'\xf9;\x1cwS\xde\xb4Z\x1c|>\xbd\x9f\xd7\xe7\xc7\xfbyz\x00\x07\xbc}\xd4\x83=\xa7\x85Z|\xd7\x9a\xd2\xf0X\x9b}\x94\x9dB\xd9\xdb9\xe7\xef\xc0\x17\xf5\x9dz\x82v\xc9\t\xf0~\xfc\xdf\xa6\x1a~)[\x15\xf4\xa8/\xd0\xca&+l\xe3\x12c\x8di&\x19#\xcd"{\xac\xebt\xb5u9\xe3\x90-N\xc8\x93\xe3\x82$\x07\xec\x98\x10W\xa6\xd74S\xe1\x88!\xbd\x18\'!\x7fF\xee(\xa3\xec\x12a\x99'
b"F\xc4\x1c\x03\xec\x13V\x1dg\x86\xb4nf\x99\xe2\xd3\x84\x8c\x8fk^\xb85\xc3&h\xc2r\x8c3(\x7f\xf8'#\xbf\xb2H\x89\x92\x8d\x99\x1b\xfd\xfb\xde\xd6y\x02\xa6\xc2\xc3\xeak\xf1y!\x93\x9ch\x9c\xa5\x9b?\xf1\x06M\xedb\x02\xfaSb\x17v\xfeN\xbcT\xef\x8aO\xd8|\x9bh\xa5\xd4\x97\x00\x03\x00/\x14<O"
b'/CropBox [ 0 0 612 792 ] '
b'/MediaBox [ 0 0 612 792 ] '
b'/Title (Nunit V2.0 - 10 July, 2002 \\(Beta 1\\))'
b'/Title (Thanks and Acknowledgements)'
b'/Title (. Doug de la Torre)'
b'/Title (. Kent Beck and Erich Gamma for starting the whole thing.)'
b'/Title (. Joe Hildebrand)'
b'/Title (. Ethan Smith)'
b'/Title (. James Newkirk \\(newkirk_james@hotmail.com\\))'
b'/Title (. Phillip Craig \\(mailto:philip@pobox.com\\))'
b'/Title (. Alexei A. Vorontsov \\(mailto:aavoront@thoughtworks.com\\))'
b'/Title (. Michael C. Two \\(mailto:2@thoughtworks.com\\))'
b'/Title (Code contribution philosophy)'
b'/Title (. Console program with no parameters runs the most recent assembly.)'
b'/Title (. Possibly using a config file for a test assembly to specify paths to s\\'
b'earch for dependant assemblies.)'
b'/Title (. Visual Studio Integration)'
b'/Title (. nunit.org website for tips, tools and discussion.)'
b'/Title (. Open a Visual Studio.net solution file and build a suite of all TestFi\\'
b'xtures in the solution file.)'
b'/Title (. Navigation between output of the forms window to the specific file in \\'
b'/Title (. Templates for TestFixture file types and Test assemblies.)'
b'/Title (. Running user defined suites in the forms interface. They currently can\\'
2
114
only be run from the console.)
b'/Title (. NAnt Integration)'
b'/Title (Command Line Parameters)'
b'/Title (. C# - This sample demonstrates three failing unit tests written in C#.)'
b'/Title (. Money-port - This is an example of the minimum amount of work that is \\'
b'needed to upgrade from previous versions of NUnit to this version. The m\\'
b'inimum amount of work involves having your test class inherit from TestF\\'
b'ixture instead of TestCase...)'
b'/Title (. Money - This is C# version of the money example which is found in most\\'
3
115
xUnit implementations. Thanks Kent.)
b'/Title (. Visual J# - This has the same tests as the other samples, except writt\\'
b'en in Visual J#. If you have not installed this when you go to open the \\'
b'Visual Studio solution file it will inform you that the file solution fi\\'
b'/Title (. Managed C++ - This is the same example as the others with 3 failing un\\'
b'it tests. This is correct when compiled in Debug mode. In Release mode t\\'
b'his behaves like VB.NET in that the divide by zero test succeeds.)'
b'/Title (. VB.NET - This sample demonstrates what should be three failing unit te\\'
b'sts, but VB.NET does not throw an exception when you divide by zero even\\'
4
116
though the documentation says it should.)
b'/Title (Upgrading from V1.11 to V2.0)'
b'/Title (Forms Interface)'
b'/Title (Console Interface)'
b'/Title (Specifying an Assembly)'
b'/Title (Specifying the Transform file)'
b'/Title (Specifying the XML file name)'
b'/Title (Specifying an Assembly and a Fixture)'
b'/Title (Suite property)'
b'/Title (AssertionFailedError)'
b'/Title (Changes in V2.0)'
b'/Title (Test Fixture Syntax)'
b'/Title (ExpectedException)'
b'/Title (Suite Attribute syntax)'
b'/Title (SetUp and TearDown)'
b'/Title (ExpectedException Example)'
b'/Title (SetUp/TearDown Example)'
b'/Title (SetUp/TearDown Inheritance Example)'
b'/Title (SetUp/TearDown and Inheritance)'
b'/Title (. Attribute based mechanism for identifying test fixtures and test metho\\'
b'ds. In previous versions of NUnit and JUnit for that matter, inheritance\\'
5
117
was used as the mechanism for identifying which classes were test fixtu\
b'res and a naming conventio...)'
b'/Title (Console Interface)'
b'/Title (Forms Interface)'
b'/Title (. The console interface command line parameters have been modified to be\\'
6
118
more explicit and conform to similar programs available in .NET. See th\
b'e Command line parameters section in this document for details.)'
b'/Title (. Backwards compatibility with running suites. The Forms interface curre\\'
b'ntly has no mechanism to run suites defined with the suite property. Usi\\'
b'ng the fixture command line argument you must specify a class that is ei\\'
b'ther a TestFixture or cont...)'
b'/Title (. Customizing of console output is provided through the use of XSLT. See\\'
7
119
Summary.xslt for the translation that is provided for the release. Usin\
b'g your own transform file is possible via a command line argument.)'
b'/Title (. XML Output. The console program produces and XML output suitable for i\\'
b'nclusion into other existing systems.)'
b'/Title (. The exception that is thrown when an Assertion fails is now called Ass\\'
b'ertionException. In previous versions this was called AssertionFailedErr\\'
b'/Title (. New namespace: Nunit instead of NUnit. This conforms more with the sta\\'
b'ndard way of expressing namespaces in .NET.)'
b'/Title (. A class TestFixture in Nunit.Framework.dll has been provided for backw\\'
b'ards compatibility. See the \\215Money-port\\216 project as a sample of wh\\'
b'at is required to upgrade to the new version. The absolute minimum that \\'
b'is required is to change the nam...)'
b'/Title (. Additional samples, Managed C++ and Visual J#. The existing samples \\(\\'
b'C#, VB.NET, Money\\) have been upgraded to the new version. Money-port ha\\'
b's been included to demonstrate the minimal amount of effort required to \\'
b'/Title (. Automatic creation of test suites. In previous versions of NUnit it wa\\'
b's required to manually construct suites of tests using a Suite property.\\'
8
120
This has been replaced with dynamic creation of suites based on namespa\
b'ces. Given an assembly the...)'
b'/Title (Installation Verification)'
b'/ProcSet [ /PDF /Text ] '
b'/Font << /TT2 300 0 R /TT4 297 0 R /TT6 296 0 R /TT8 302 0 R >> '
b'/ExtGState << /GS1 309 0 R >> '
b'/ColorSpace << /Cs6 298 0 R >> '
b'/Type /FontDescriptor '
b'/FontBBox [ -628 -376 2034 1010 ] '
b'/FontName /PPOHOJ+Arial,Bold '
b'/Type /FontDescriptor '
b'/FontBBox [ -568 -307 2028 1007 ] '
b'/FontName /PPOIBD+TimesNewRoman '
b'/Widths [ 250 0 0 500 0 0 0 0 333 333 0 564 250 333 250 278 500 500 500 500 '
b'0 500 0 0 0 0 278 278 0 0 564 0 921 722 667 667 722 611 556 722 '
b'722 333 389 722 611 889 722 722 556 0 667 556 611 722 722 944 722 '
b'722 0 0 0 0 0 500 0 444 500 444 500 444 333 500 500 278 278 500 '
b'278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 0 0 '
b'0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 444 444 0 0 0 0 0 0 '
b'0 0 0 0 0 0 0 0 0 0 0 0 0 0 760 ] '
b'/Encoding /WinAnsiEncoding '
b'/BaseFont /PPOIBD+TimesNewRoman '
b'/FontDescriptor 295 0 R '
b'/Widths [ 278 0 0 0 0 0 0 0 333 333 0 0 278 333 278 278 556 556 556 0 0 0 0 '
b'0 0 0 333 0 0 0 0 0 0 722 722 722 722 667 611 0 0 278 556 0 611 '
b'833 722 0 667 0 0 667 611 722 667 0 667 0 0 0 0 0 0 0 0 556 611 '
b'556 611 556 333 611 611 278 0 556 278 889 611 611 611 0 389 556 '
b'333 611 556 778 556 556 ] '
b'/Encoding /WinAnsiEncoding '
b'/BaseFont /PPOHOJ+Arial,Bold '
b'/FontDescriptor 294 0 R '
b'/Type /FontDescriptor '
b'/FontBBox [ -558 -307 2034 1026 ] '
b'/FontName /PPOHLF+TimesNewRoman,Bold '
b'/Widths [ 250 0 0 0 0 0 0 0 333 333 0 0 250 333 250 0 500 500 500 500 500 500 '
b'500 500 500 500 0 0 0 0 0 0 0 0 667 722 0 0 0 0 0 0 500 0 0 0 722 '
b'0 0 0 0 0 0 0 722 0 0 0 0 0 0 0 0 0 0 500 556 444 556 444 333 500 '
b'556 278 0 0 278 833 556 500 556 0 444 389 333 556 0 722 0 500 0 '
b'0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 350 0 0 0 0 '
b'0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 747 ] '
b'/Encoding /WinAnsiEncoding '
b'/BaseFont /PPOHLF+TimesNewRoman,Bold '
b'/FontDescriptor 299 0 R '
b'<< /Length 2290 /Filter /FlateDecode >> '
121
H��Wێ��}�W4�2q�͋H�͎7�Ell`Ż�'E�hS�̋��I�˜�ꦨY�Ɛy��S�NU^iU��ƨ$��ZgA��Z��Wծ~z5���濡ē���a���
122
�$4j�K��8TID�:��&�R�,�7XK&���A����^nW?m�.l�<�S�/�(��LmO��!�-�
b'\x830\x0cS\xb5-\xf9\xca\xc4j\xfb\xb8\xfa\xe0\xbd\xea\xceO}\xed\xaf\xe3`\xe3=\x1cG\xf5_e\xc2\xd0_\'A\xec\x19\x7f\xad\xa38\xdb\xe0\xf2\xad\xbfN\x03\xedMm=*?\xf5\xde\x1b\xf9"\xc0\x97&L\x93\xd4\xd3\xfe\x7f\xb6\xbf\xae"\x13D\xa16j\x13\x06\x99\xce#\xb5\xfd\xbb\xec\x9a\xcf\xbbj\xd9\xf5\xedl\x89\x0c\xe5\xd8*\xc4o\x10\xaa\xb5\xd2\xa1\xfauj\x9e|@\xa2\xbd;\xf2\x867\xd3\x1e}~\xef\xbd\xac\xc6\xe2r\xaf\xe5\xf2\xde\xe7\xed_oW\x9f\xe7d\xa6y\x18D\x82\xe2\xc6\xa2\xc8\xd9\xbcd\xf1\xf6G\xdfK_'
123
0��_��v �ol��o�0��sJ�cGR8�����^��\A�!�"���&�
124
�-�*�[����W9N���̟d#�D����=փ¿�X��*�v�N�ǮG,MU�����J�wy
125
��d�3�]�I�xd��)�V��!�����X
b'\xa3\\\xb7\x0fvA\xd75\xea\x80'
b'\xf9\xeeM]\xf6\xdd\xd0\x1dF\xb9'
b'\xde\xbe\xdeJ\xfc\x81\xfae$?\x1f\xfbz\x1c\xabVq\xe8k\xe7\x16\xe0\xd7Y\xc8L\\;<K\xbe\xd4q.\xeeU\xedX\xf7\x15U@\xe45O\xaane\x87WD-\xe3\xfd\xc57A\xea\xa9\x02\xe1\x1f\x8bA\xed\xd8|\x1e\xc4I\x94\xda\x98\xc9 \xac`\xeb\xb2;\x9d\x9bj\xac`\xa5\xaf\xf6l\xd2xC\xfd\xd0R\xb8\xb4\x0e\xe8g\x9b8Z\x80\x95\xcc\xee$\x89\xb83v~\x84ej,>U\xaa\xd8\x7f\xe1;P>B\x81\xb6|3\xfaX\x10{\xc5\x03\xe5\x00Ii\x9fd\x05a\xa2\x9a\xa2}\xe0\xdb\x89\xde\x1f\xaab\x9c\xfaj\xb8\xb3\xb0\x18\xd0\xddlr\x81%\xc9f7f\xbei\xcb7\xc2\xbd\xfaZP<\xaa\x9c\x86\xb1;\xa9b\x1c\xfbz7!Q\x02\x10A"Q\x01k0~\x01\x07[b\x81\xf1:\xe4\x9d8sh\xaar\xac\xbb\x96\xe8S\x8c\x00\xa4,\xce\xc5\xaen\xea\xb1\xae\x86@\x11\x95\xae\xca7\xc9\xf3\xc0dRB(\xf1\xdb\xe5{\xe3\xa3o\x95/*\x12\xf2\x9c\xe4Y@O\xa1\x99\x8b\xc2d\x05F\x01\x1a\xe3\xa4\x99?k\x96/\x1a.\xe0\xdb\xb6s\xb7"N\xc2\xa5\xdd\xebr7N\xb2\xe5\x8aj0\x8c\x82T'
126
�� H2�͒��2�����v@�g�|���\� �Hfx��!p��9Ob��du_��A=��w���(*��0�Mչ���d? ��d��^Q:~P�c�:�
b'\x1e\xa1\xac\xe8\xc1\x1e\xa5V\x8e]\xff\xf4\xc29\x9f\xddjh\xec:\xfa`b\x9c>\x99h\x01E\xf9\xe2\xfe\xfe7\xb8\x81\x0e@\x9e\xfcL;\xdc\xdf_4\xf2\xff\x01&J\x01\xccB\xff\xf4\x0cH\xe4\xf0f\x8f9v*e\xed5>u\xc9\xc6\xde1\x18\x82\x99\x0b\x8a\x16\xf4\x88Z\xe4D[\xe5;tS\xaf\x06\x01\x0b]"F\x13\\*\xc7\xb4[\xb3\x01\x91\x0b.\xee\xdc\xebz\x94\xc5\xdf\xd4\xaen\xef\xd4\xbe+\xef\xd4\xc0\xb58\x88L\xdd\xa9B\xben\xa1N\x1b\xcf\x8a\xa9}\xd9\x93\x85\xc8+\x03\xe5`\xb0\x0c\x0c\x03\x93`\xeb\xc5/\xb1a\xed|"\xe2j\x93^K\x13\x03\xee\xbd\xed\xc6\xea\x05\x95\xe8\x05\xd3\x0b\x9d 6\x9bl\xb3\xd0\xb4\xcciZ\x12[rm\x8f\xa4"}\x0f\xa9\xf5inP\xa4\xad\x89\xf7\xa5\xea\x07\x02\x11*6#\xedXv*HD?O\xb5\xe0\x86\xea'
b"\xa1\x90\x96d\xc0x<\x16#\xaf\x02\x1d?\x02}\xb5\xc3e\x03\xf6\xedg\xaaY&\xdb\x86`-,\x1a\xc2\xb5\x00'\x91mWs6\xfd4\x02\x8e\x81$D\xb9~(\xae\x0f\xdd\xa9\x1a\x8f5z\x15;2?\xdfU\xf4\xec\xb1\xeb?\x89\xdf\x19\xe1\x1c/\xc0\xd1\x97\xfd\xec\x04f\xb9\xb2G*3\x87\x0c\x00 y\x1d\x8e\xdd\xd4\xecg\xd3\x96Te\xd7\x93\x87\xb7\xd6\xd9\xd0\xe5\xe60\x91\xf6\xff\x89\x06\xdaX\x15\xe2:\x88!\x10\xe6\x9b\x1a\xc4=Sg\xae4\xac\xc7\xef|\xcdM\x1b\xe3\x06\xf5\xa6~To\xaa\x16\x13\xa27\xfd\xa8\xf0@/t\xce \x8b\xaf\x15i}\x99@\xf82\x8fg\xdeP\x901\x17R\xec\xdd\x90!yMbd/I~"
127
�N���%��4�Cۺ��b��n������S�N8PIi'�#�Y��RO e'9�n����άK㍄�sןH%�@4q��} �ч�r�]�\�&=�I�7���X[-#?����p.�Y[2"@lHq��[#����sE6|��1�u���Z�Q H���ʋ��h�чm^�������ҡj�Q�ة�W��x�t�'�-P"E#�*�v=��t�c�z�pի��3o��F�0�#Q�̛�u���f��,w��8�!o����x�]��y��rj
128
jl��5�|&��h(�7lB/.$���Y1�<��;��4N��g��t�[��`ב