NUnit.Framework.TestAttribute
E697441
NUnit.Framework.TestAttribute is a NUnit testing framework attribute used to mark methods as executable unit tests in C# test suites.
All labels observed (1)
| Label | Occurrences |
|---|---|
| NUnit.Framework.TestAttribute canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7896785 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: NUnit.Framework.TestAttribute Context triple: [C# attributes, exampleAttribute, NUnit.Framework.TestAttribute]
-
A.
Testify
"Testify" is a blues-rock song by Stevie Ray Vaughan and Double Trouble, featured on their debut album "Texas Flood."
-
B.
Testify
Testify is a 2002 studio album by English musician Phil Collins, known for its introspective pop-rock style and reflective songwriting.
-
C.
Testify
"Testify" is a popular song by the American rock band Rage Against the Machine, known for its politically charged lyrics and aggressive sound.
-
D.
JUnit
JUnit is a widely used open-source unit testing framework for the Java programming language that supports test-driven development and automated testing.
-
E.
unittest
unittest is Python’s built-in unit testing framework that provides tools for organizing tests, checking results, and automating test execution.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: NUnit.Framework.TestAttribute Target entity description: NUnit.Framework.TestAttribute is a NUnit testing framework attribute used to mark methods as executable unit tests in C# test suites.
-
A.
Testify
"Testify" is a blues-rock song by Stevie Ray Vaughan and Double Trouble, featured on their debut album "Texas Flood."
-
B.
Testify
Testify is a 2002 studio album by English musician Phil Collins, known for its introspective pop-rock style and reflective songwriting.
-
C.
Testify
"Testify" is a popular song by the American rock band Rage Against the Machine, known for its politically charged lyrics and aggressive sound.
-
D.
JUnit
JUnit is a widely used open-source unit testing framework for the Java programming language that supports test-driven development and automated testing.
-
E.
unittest
unittest is Python’s built-in unit testing framework that provides tools for organizing tests, checking results, and automating test execution.
- F. None of above. chosen
Statements (47)
| Predicate | Object |
|---|---|
| instanceOf |
Attribute
ⓘ
NUnit attribute ⓘ test method attribute ⓘ |
| appliesTo | method ⓘ |
| availableIn | NUnit 3.x NERFINISHED ⓘ |
| belongsToCategory | attributes for test identification ⓘ |
| canBeCombinedWith |
NUnit.Framework.CategoryAttribute
NERFINISHED
ⓘ
NUnit.Framework.DescriptionAttribute NERFINISHED ⓘ NUnit.Framework.IgnoreAttribute NERFINISHED ⓘ NUnit.Framework.RetryAttribute NERFINISHED ⓘ NUnit.Framework.TestCaseAttribute NERFINISHED ⓘ NUnit.Framework.TestCaseSourceAttribute NERFINISHED ⓘ NUnit.Framework.TimeoutAttribute NERFINISHED ⓘ |
| category | unit testing ⓘ |
| definedInNamespace | NUnit.Framework NERFINISHED ⓘ |
| executionModel | invoked by NUnit test runner via reflection ⓘ |
| hasScope |
instance methods
ⓘ
static methods ⓘ |
| hasTargetFramework |
.NET 5+
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| hasUsageExample | [Test] public void MyTest() { /* assertions */ } ⓘ |
| hasVisibilityRequirement | method must be discoverable via reflection ⓘ |
| introducedFor | NUnit 2.x NERFINISHED ⓘ |
| isAlternativeTo | NUnit.Framework.TestCaseAttribute for simple non-parameterized tests ⓘ |
| isCoreConceptOf | NUnit test model ⓘ |
| isDocumentedIn | NUnit official documentation ⓘ |
| isInheritedFrom | System.Attribute NERFINISHED ⓘ |
| isOpenSourceComponentOf | NUnit open source project ⓘ |
| isRecognizedBy | NUnit test discovery mechanism ⓘ |
| isUsedBy |
NUnit GUI runner
NERFINISHED
ⓘ
NUnit console runner NERFINISHED ⓘ NUnit test runner ⓘ NUnit3TestAdapter NERFINISHED ⓘ |
| lifecycle | executed each time the test is run ⓘ |
| partOfFramework | NUnit NERFINISHED ⓘ |
| purpose |
indicate that a method is an executable unit test
ⓘ
mark methods as test methods ⓘ |
| requires |
containing assembly referenced by test runner
ⓘ
method with no generic type parameters (for standard discovery) ⓘ non-abstract method ⓘ public method for standard discovery ⓘ |
| supports | assertion-based verification inside method body ⓘ |
| usedIn | NUnit test fixtures ⓘ |
| usedInLanguage |
.NET languages
NERFINISHED
ⓘ
C# ⓘ |
| usedWith | NUnit.Framework.TestFixtureAttribute NERFINISHED ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Input
Subject: NUnit.Framework.TestAttribute Description of subject: NUnit.Framework.TestAttribute is a NUnit testing framework attribute used to mark methods as executable unit tests in C# test suites.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.