We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b57a3f commit 7546d16Copy full SHA for 7546d16
QRCoderTests/QRGeneratorTests.cs
@@ -21,7 +21,6 @@ public void validate_antilogtable()
21
var gen = new QRCodeGenerator();
22
23
var checkString = string.Empty;
24
- // Access the Tables class directly through reflection
25
var tablesType = Type.GetType("QRCoder.QRCodeGenerator+Tables, QRCoder");
26
var gField = tablesType.GetField("GaloisFieldByExponentAlpha", BindingFlags.Public | BindingFlags.Static).GetValue(null).ShouldBeOfType<int[]>();
27
gField.Length.ShouldBe(256);
0 commit comments