1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="utf-8"?>
- <ClassDiagram MajorVersion="1" MinorVersion="1">
- <Class Name="TerminalGuiFluentTesting.With" Collapsed="true">
- <Position X="0.5" Y="1.5" Width="1.5" />
- <TypeIdentifier>
- <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAIAAAAAA=</HashCode>
- <FileName>With.cs</FileName>
- </TypeIdentifier>
- </Class>
- <Class Name="TerminalGuiFluentTesting.FakeInput<T>" Collapsed="true">
- <Position X="7" Y="1.5" Width="1.5" />
- <TypeIdentifier>
- <HashCode>AQAAAAAAACAAAQEAAAAgAAAAAAAAAAAAAAAAAAAAAAI=</HashCode>
- <FileName>FakeInput.cs</FileName>
- </TypeIdentifier>
- <Lollipop Position="0.2" />
- </Class>
- <Class Name="TerminalGuiFluentTesting.FakeNetInput" Collapsed="true">
- <Position X="8.25" Y="2.75" Width="1.5" />
- <TypeIdentifier>
- <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
- <FileName>FakeNetInput.cs</FileName>
- </TypeIdentifier>
- <Lollipop Position="0.2" />
- </Class>
- <Class Name="TerminalGuiFluentTesting.FakeWindowsInput" Collapsed="true">
- <Position X="6" Y="2.75" Width="1.5" />
- <TypeIdentifier>
- <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
- <FileName>FakeWindowsInput.cs</FileName>
- </TypeIdentifier>
- <Lollipop Position="0.2" />
- </Class>
- <Class Name="TerminalGuiFluentTesting.FakeOutput" Collapsed="true" BaseTypeListCollapsed="true">
- <Position X="5.5" Y="0.5" Width="1.5" />
- <TypeIdentifier>
- <HashCode>AAAAAAAAgCAAgAAAAAAAAAAAAAAAQAAAMAAAAAEAAAA=</HashCode>
- <FileName>FakeOutput.cs</FileName>
- </TypeIdentifier>
- <Lollipop Position="0.2" />
- </Class>
- <Class Name="TerminalGuiFluentTesting.GuiTestContext<T>" BaseTypeListCollapsed="true">
- <Position X="2.25" Y="0.5" Width="2.25" />
- <Compartments>
- <Compartment Name="Fields" Collapsed="true" />
- </Compartments>
- <TypeIdentifier>
- <HashCode>ABJAAAIAACBAAQAAgYAAAAAgABIEgAQAIAAIBACAIgA=</HashCode>
- <FileName>GuiTestContext.cs</FileName>
- </TypeIdentifier>
- <ShowAsAssociation>
- <Field Name="_output" />
- <Field Name="_winInput" />
- <Field Name="_netInput" />
- </ShowAsAssociation>
- <Lollipop Position="0.2" />
- </Class>
- <Font Name="Segoe UI" Size="9" />
- </ClassDiagram>
|