add test for A* argument exception
							parent
							
								
									36f62e1b4f
								
							
						
					
					
						commit
						d6f2e0b793
					
				| 
						 | 
					@ -247,6 +247,8 @@ namespace Tests
 | 
				
			||||||
                )
 | 
					                )
 | 
				
			||||||
                .And
 | 
					                .And
 | 
				
			||||||
                .HaveCount(3);
 | 
					                .HaveCount(3);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            myGraph.Invoking(x => x.AStarShortestPath('a', 'z', (x, y) => 15)).Should().Throw<System.ArgumentException>();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue