C# Class Clojure.Tests.LibTests.PersistentListTests

Inheritance: NUnit.Framework.AssertionHelper
Show file Open project: richhickey/clojure-clr

Private Methods

Method Description
DoublePopOnSingletonListYieldsException ( ) : void
EmptyHasNoElements ( ) : void
EmptyPreservesMeta ( ) : void
ListCtorConstructsListOfSeveralElements ( ) : void
OneArgCtorConstructsListOfOneElement ( ) : void
PeekYieldsFirstElementAndListUnchanged ( ) : void
PopLosesfirstElement ( ) : void
PopOnSingletonListYieldsEmptyList ( ) : void
ReduceWithNoStartIterates ( ) : void
ReduceWithStartIterates ( ) : void