• 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

Namespace osrlib.Tests

Classes

CoreRulesTests

DiceTests

PartyGenerator

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!


SaveLoadTests

SteppedBattleTests

Tests the functionality of the PerformStep() method is used to progress the battle instead of using Encounter.AutoBattleEnabled = true.

Back to top Generated by DocFX