Table of Contents

Class LumberjackingTests

Namespace
GrindFest
Assembly
GrindFest.dll

Lumberjacking tests — chopping trees, gathering wood. Each public IEnumerator method is a separate test case.

public class LumberjackingTests : DevTest
Inheritance
object
LumberjackingTests
Inherited Members

Methods

ChopDownTree()

Full chop cycle: standing → fell (3 chops) → split (2 chops) → items drop, tree destroyed.

ChopNotEnoughStrength()

Hero has axe in inventory but not enough strength to equip it — should fail.

ChopWithoutAxe()

Hero tries to chop without an axe — should fail.

ChopWithoutSkill()

Hero tries to chop without lumberjacking skill — should fail.