I have taken one sequence_item_class named transaction and extend it to my_transaction class. I have override transaction class by my_transaction using set_type_override_by_type method.
now my problem is i have taken same constraint name in override class as in transaction class, but this constraint does not work on rand variable generated
from sequence,
simulation doesn’t shows any error but as upto i understand this override class constraint should work.
please provide solution…
Thanks in Advance