Class GraphTests
Inheritance
System.Object
GraphTests
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: MoreStructures.Tests.Graphs
Assembly: MoreStructures.Tests.dll
Syntax
public abstract class GraphTests
Constructors
| Improve this Doc View SourceGraphTests(Func<Int32, IList<(Int32, Int32)>, IGraph>)
Declaration
protected GraphTests(Func<int, IList<(int, int)>, IGraph> graphBuilder)
Parameters
Type | Name | Description |
---|---|---|
Func<System.Int32, IList<System.ValueTuple<System.Int32, System.Int32>>, IGraph> | graphBuilder |
Properties
| Improve this Doc View SourceGraphBuilder
Declaration
protected Func<int, IList<(int, int)>, IGraph> GraphBuilder { get; }
Property Value
Type | Description |
---|---|
Func<System.Int32, IList<System.ValueTuple<System.Int32, System.Int32>>, IGraph> |
Methods
| Improve this Doc View SourceGetAllEdges_IsCorrect(Int32, Int32[], Int32[])
Declaration
public void GetAllEdges_IsCorrect(int numberOfVertices, int[] starts, int[] ends)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfVertices | |
System.Int32[] | starts | |
System.Int32[] | ends |
Reverse_IsCorrect(Int32, Int32[], Int32[])
Declaration
public void Reverse_IsCorrect(int numberOfVertices, int[] starts, int[] ends)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfVertices | |
System.Int32[] | starts | |
System.Int32[] | ends |
Reverse_OfReverseIsInitialGraph(Int32, Int32[], Int32[])
Declaration
public void Reverse_OfReverseIsInitialGraph(int numberOfVertices, int[] starts, int[] ends)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfVertices | |
System.Int32[] | starts | |
System.Int32[] | ends |