• Home
  • API reference
  • Source code
Show / Hide Table of Contents
  • osrlib.Controllers
    • GameManager
  • osrlib.Core
    • Ability
    • AbilityType
    • Adventure
    • Alignment
    • Being
    • BeingTargetingEventArgs
    • BeingTargetingEventHandler
    • CharacterClass
    • Dungeon
    • Encounter
    • GameAction
    • GameActionEventArgs
    • GameActionEventHandler
    • GamePosition
    • Modifier
    • Party
    • Quest
    • User
    • Weapon
    • WeaponType
  • osrlib.Dice
    • DiceHand
    • DiceRoll
    • DiceRolledEventArgs
    • DiceRolledEventHandler
    • Die
  • osrlib.SaveLoad
    • SaveLoadLocal
    • SaveType
  • osrlib.Tests
    • CoreRulesTests
    • DiceTests
    • PartyGenerator
    • ReadMeTests
    • SaveLoadTests
    • SteppedBattleTests
  • osrlib.Utility
    • Randomizer

Class ReadMeTests

The code in these tests back the code snippets in the OSRLib.NET repository README: https://github.com/mmacy/osrlib-dotnet/blob/master/README.md

Each section of the README has a matching #region, and the README contains HTML comments that match match these region names.


WARNING: If you update ANY of the code in this file, you MUST backfill the changes to the README!


Inheritance
System.Object
ReadMeTests
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: osrlib.Tests
Assembly: osrlib.Tests.dll
Syntax
public class ReadMeTests

Methods

| Improve this Doc View Source

TestReadMeSnippets()

Declaration
[Fact]
public void TestReadMeSnippets()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX