示例#1
0
    def check_command(self, *args, **kwargs):
        """Check a single GTP command.

        parameters as for gtp_engine_test_support.check_engine()

        """
        gtp_engine_test_support.check_engine(self.tc, self.engine, *args,
                                             **kwargs)
示例#2
0
    def check_command(self, *args, **kwargs):
        """Check a single GTP command.

        parameters as for gtp_engine_test_support.check_engine()

        """
        gtp_engine_test_support.check_engine(
            self.tc, self.engine, *args, **kwargs)
示例#3
0
    def check_command(self, *args, **kwargs):
        """Send a command to the proxy engine and check its response.

        (This is testing the proxy engine, not the underlying engine.)

        parameters as for gtp_engine_test_support.check_engine()

        """
        gtp_engine_test_support.check_engine(self.tc, self.engine, *args,
                                             **kwargs)
示例#4
0
    def check_command(self, *args, **kwargs):
        """Send a command to the proxy engine and check its response.

        (This is testing the proxy engine, not the underlying engine.)

        parameters as for gtp_engine_test_support.check_engine()

        """
        gtp_engine_test_support.check_engine(
            self.tc, self.engine, *args, **kwargs)