<Type Name="NUnitRocks" FullName="Gendarme.Rules.NUnit.NUnitRocks">
  <TypeSignature Language="C#" Value="public static class NUnitRocks" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit NUnitRocks extends System.Object" />
  <AssemblyInfo>
    <AssemblyName>Gendarme.Rules.NUnit</AssemblyName>
    <AssemblyVersion>2.11.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Object</BaseTypeName>
  </Base>
  <Interfaces />
  <Docs>
    <summary>
            NUnitRocks contains extensions methods for NUnit-related methods and types.
            </summary>
    <remarks>To be added.</remarks>
  </Docs>
  <Members>
    <Member MemberName="IsTest">
      <MemberSignature Language="C#" Value="public static bool IsTest (this Mono.Cecil.ICustomAttributeProvider self);" />
      <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool IsTest(class Mono.Cecil.ICustomAttributeProvider self) cil managed" />
      <MemberType>Method</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>2.11.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.Boolean</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="self" Type="Mono.Cecil.ICustomAttributeProvider" RefType="this" />
      </Parameters>
      <Docs>
        <param name="self">The ICustomAttributeProvider on which the extension method can be called.</param>
        <summary>
            Checks if the method is a valid unit test (has corresponding attribute).
            </summary>
        <returns>True if method is a unit test, false otherwise.</returns>
        <remarks>To be added.</remarks>
      </Docs>
    </Member>
  </Members>
</Type>
