net.sf.magicproject.test
Class IsCopy

java.lang.Object
  extended by net.sf.magicproject.test.Test
      extended by net.sf.magicproject.test.TestObject
          extended by net.sf.magicproject.test.TestCard
              extended by net.sf.magicproject.test.IsCopy

@XmlTestElement(id=IS_COPY)
public class IsCopy
extends TestCard

Is the tested card is a copy.

Since:
0.94
Author:
Fabrice Daugan

Method Summary
 boolean testCard(Ability ability, MCard tested)
          Return the result of test beetwen left and right op applied on the specified card.
 
Methods inherited from class net.sf.magicproject.test.TestCard
test
 
Methods inherited from class net.sf.magicproject.test.Test
extractTriggeredEvents, getConstraintTest, getOptimizedController, testPreemption
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

testCard

public boolean testCard(Ability ability,
                        MCard tested)
Description copied from class: TestCard
Return the result of test beetwen left and right op applied on the specified card.

Parameters:
ability - is the ability owning this test. The card component of this ability should correspond to the card owning this test too.
tested - the tested card
Returns:
true if the specified card matches with the test to do


Copyright © 2003-2007 Magic-Project. All Rights Reserved.