Commit 7c8be298 authored by Brickner_cp's avatar Brickner_cp

Fixed documentation

parent 1328e773
...@@ -46,19 +46,6 @@ namespace PcapDotNet.Base.Test ...@@ -46,19 +46,6 @@ namespace PcapDotNet.Base.Test
// //
#endregion #endregion
[TestMethod]
public void ParseTest()
{
// Random random = new Random();
// for (int i = 0; i != 100; ++i)
// {
// UInt48 expected = (UInt48)random.NextLong(UInt48.MaxValue + 1);
// UInt48 actual = UInt48.Parse(expected.ToString(), NumberStyles.Integer, CultureInfo.InvariantCulture);
//
// Assert.AreEqual(expected, actual);
// }
}
[TestMethod] [TestMethod]
public void UInt128Test() public void UInt128Test()
{ {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment