mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 03:58:06 +00:00
Ported some of the python fuzz tests to C#
* Refactored the test runner to use attribute based test discovery * Ported value and vtable/object fuzzing tests from python to C#
This commit is contained in:
9
tests/FlatBuffers.Test/FlatBuffersTestMethodAttribute.cs
Normal file
9
tests/FlatBuffers.Test/FlatBuffersTestMethodAttribute.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace FlatBuffers.Test
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
public class FlatBuffersTestMethodAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user