public OutgoingSamlMessageHandlerTests()
 {
     _factory = new FakeSamlMessageFactory();
     _binding = new FakeBinding();
     _target  = new FakeOutgoingSamlMessageHandler(_factory, new [] { _binding });
     _options = new SamlOptions();
 }
 public FakeOutgoingSamlMessageHandler(FakeSamlMessageFactory factory, IEnumerable <ISamlBindingStrategy> bindings) : base(factory, bindings)
 {
 }