Skip to content

Commit

Permalink
call Xamarin.Forms Init
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed May 18, 2020
1 parent 6d8ee46 commit 7b0e6d6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ namespace Prism.Forms.Tests.Behaviors
{
public class EventToCommandBehaviorFixture
{
public EventToCommandBehaviorFixture()
{
Xamarin.Forms.Mocks.MockForms.Init();
}

private class ItemTappedEventArgsConverter : IValueConverter
{
private readonly bool _returnParameter;
Expand Down

0 comments on commit 7b0e6d6

Please sign in to comment.