PHP 클래스 Sylius\Behat\Context\Ui\Shop\LoginContext

저자: Arkadiusz Krakowiak ([email protected])
상속: implements Behat\Behat\Context\Context
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
__construct ( Sylius\Behat\Page\Shop\HomePageInterface $homePage, Sylius\Behat\Page\Shop\Account\LoginPageInterface $loginPage, Sylius\Behat\Page\Shop\Account\RegisterPageInterface $registerPage, Sylius\Behat\Page\Shop\Account\ResetPasswordPageInterface $resetPasswordPage, Sylius\Behat\Service\Resolver\CurrentPageResolverInterface $currentPageResolver, Sylius\Behat\Service\NotificationCheckerInterface $notificationChecker )
iLogIn ( )
iLogInToTheAdminPanelWithEmailAndPassword ( $email, $password )
iRegisterWithEmailAndPassword ( $email, $password )
iResetIt ( )
iShouldBeAbleToLogInAsWithPassword ( $email, $password )
iShouldBeLoggedIn ( )
iShouldBeNotifiedAboutBadCredentials ( )
iShouldBeNotifiedAboutDisabledAccount ( )
iShouldBeNotifiedThatElementIsRequired ( $elementName )
iShouldBeNotifiedThatEmailWithResetInstructionWasSend ( )
iShouldNotBeLoggedIn ( )
iSpecifyTheEmail ( $email = null )
iSpecifyThePasswordAs ( $password = null )
iSpecifyTheUsername ( $username = null )
iWantToLogIn ( )
iWantToResetPassword ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Sylius\Behat\Page\Shop\HomePageInterface $homePage, Sylius\Behat\Page\Shop\Account\LoginPageInterface $loginPage, Sylius\Behat\Page\Shop\Account\RegisterPageInterface $registerPage, Sylius\Behat\Page\Shop\Account\ResetPasswordPageInterface $resetPasswordPage, Sylius\Behat\Service\Resolver\CurrentPageResolverInterface $currentPageResolver, Sylius\Behat\Service\NotificationCheckerInterface $notificationChecker )
$homePage Sylius\Behat\Page\Shop\HomePageInterface
$loginPage Sylius\Behat\Page\Shop\Account\LoginPageInterface
$registerPage Sylius\Behat\Page\Shop\Account\RegisterPageInterface
$resetPasswordPage Sylius\Behat\Page\Shop\Account\ResetPasswordPageInterface
$currentPageResolver Sylius\Behat\Service\Resolver\CurrentPageResolverInterface
$notificationChecker Sylius\Behat\Service\NotificationCheckerInterface

iLogIn() 공개 메소드

public iLogIn ( )

iLogInToTheAdminPanelWithEmailAndPassword() 공개 메소드

public iLogInToTheAdminPanelWithEmailAndPassword ( $email, $password )

iRegisterWithEmailAndPassword() 공개 메소드

public iRegisterWithEmailAndPassword ( $email, $password )

iResetIt() 공개 메소드

public iResetIt ( )

iShouldBeAbleToLogInAsWithPassword() 공개 메소드

public iShouldBeAbleToLogInAsWithPassword ( $email, $password )

iShouldBeLoggedIn() 공개 메소드

public iShouldBeLoggedIn ( )

iShouldBeNotifiedAboutBadCredentials() 공개 메소드

iShouldBeNotifiedAboutDisabledAccount() 공개 메소드

iShouldBeNotifiedThatElementIsRequired() 공개 메소드

public iShouldBeNotifiedThatElementIsRequired ( $elementName )

iShouldBeNotifiedThatEmailWithResetInstructionWasSend() 공개 메소드

iShouldNotBeLoggedIn() 공개 메소드

iSpecifyTheEmail() 공개 메소드

public iSpecifyTheEmail ( $email = null )

iSpecifyThePasswordAs() 공개 메소드

public iSpecifyThePasswordAs ( $password = null )

iSpecifyTheUsername() 공개 메소드

public iSpecifyTheUsername ( $username = null )

iWantToLogIn() 공개 메소드

public iWantToLogIn ( )

iWantToResetPassword() 공개 메소드